*{
    padding: 0px;
    margin: 0px;
}
.nav{
    width: 100%;
    height: 18vh;
    background-color: brown;
}
.navrap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}
.logo{
    
    margin-top: 10px;
}
.logo span{
   font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   font-size: 30px;
}
.logo h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: aliceblue;
    font-size: 50px;
}
.menu {
    float: right;
    position: absolute;
    margin-left: 360px;
    
    
}
.menu img{
    width: 14%;
    height: 8vh;
    position: absolute;
    margin-top: 30px;
    border-radius: 25px;
}

 .menu ul li{
    display: inline;
     padding-left: 15px;
     padding-right: 15px;
 }


.menu ul li span{
    color: yellow;
    font-size: 15px;
    position: absolute;
    margin-top: 25px;
    padding-left: 80px;
}
.menu ul li h1{
    padding-left: 50px;
    font-size: 15px;
    color: aliceblue;
    padding-left: 80px;
    padding-top: 7px;
    

   
}
.menu1 {
    position: absolute;
    float: right;
    margin-left: 900px;
    margin-top: 7px;
    border-left: 1px solid gray;
}
.menu1 img{
    width: 38%;
    height: 9vh;
    position: absolute;
    margin-top: 4px;
    border-radius: 25px;
    margin-left: 30px;
}
.menu1 ul li{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}

.menu1 ul li span{
    color: yellow;
    position: absolute;
    margin-top: 19px;
    margin-left: 100px;
    font-size: 13px;
}
.menu1 ul li h1{
    padding-left: 100px;
    font-size: 14px;
    color: aliceblue;
}
.ban{
    width: 100%;
    height: 90vh;
    background-image: url(./ban.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.imagerap{
    width: 100%;
    height: 90vh;
    background-color: rgba(36, 37, 37, 0.589);
}
.banrap{
    width: 80%;
    height: 13vh;
    background-color: rgba(240, 248, 255, 0.5);
    position: absolute;
    margin-left: 170px;
}

.menu2{
    position: absolute;
    margin-top: 40px;
}
.menu2 ul li{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}
.menu2 ul li a{
text-decoration: none;
color: aliceblue;
font-size: 20px; 
padding-left: 40px;
font-family: 'Franklin Gothic Medium', Arial, sans-serif;
}
ul li a:hover{
    color: blue;
}
.ban h1{
    padding-top: 200px;
    padding-left: 200px;
    font-size: 90px;
    color: aliceblue;
}
.ban button{
    width: 15%;
    height: 8vh;
    background-color: rgba(240, 248, 255, 0);
    color: aliceblue;
    position: absolute;
    margin-left: 400px;
    font-size: 16px;
    border-radius: 40px;
    border-color: aliceblue;
    margin-top: 30px;
    border-width: 3px;
    cursor: pointer;
}
.mid{
    width: 100%;
    height: 530vh;
}
.midrap{
    width: 80%;
    margin: auto;
}
.box{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.motivation{
    width: 50%;
     margin-right: 200px;
    margin-top: 50px;
    background-color: brown;
    padding-top: 20px;
}
.box1 img{
width: 150%;
height: 40vh;
padding-top: 14px;
padding-bottom: 50px;
padding-left: 60px;
}
.box1 h1{
color: maroon;
padding-top: 80px;
}
.box1 p{
color: rgb(63, 59, 59);
text-align: justify;
font-size: 15px;
padding-top: 50px;
}
.box1 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}



.box2{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box3 img{
    width: 150%;
height: 40vh;
padding-top: 14px;
padding-bottom: 50px;
padding-left: 50px;
}
.box3 h1{
    color: maroon;
    padding-top: 80px;
}
.box3 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    font-size: 14px;
}

.box3 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}


.box4{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box5 img{
    width: 150%;
height: 40vh;
padding-top: 14px;
padding-bottom: 50px;
padding-left: 50px;

}
.box5 h1{
    color: maroon;
    padding-top: 80px;
}
.box5 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    font-size: 14px;
}


.box5 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}

.box6{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box7 img{
    width: 150%;
    height: 40vh;
    padding-top: 14px;
    padding-bottom: 50px;
    padding-left: 50px;

}
.box7 h1{
    color: maroon;
    padding-top: 80px;
}
.box7 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    font-size: 14px;
}

.box7 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}



.box8{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box9 img{
    width: 150%;
    height: 40vh;
    padding-top: 14px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.box9 h1{
    color: maroon;
    padding-top: 80px;
}
.box9 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    font-size: 15px;
}
.box9 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}



.box10{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box11 img{
    width: 150%;
    height: 40vh;
    padding-top: 14px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.box11 h1{
    color: maroon;
    padding-top: 80px;
}
.box11 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    font-size: 14px;
}

.box11 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}


.box12{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box13 img{
    width: 150%;
    height: 40vh;
    padding-top: 14px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.box13 h1{
    color: maroon;
    padding-top: 80px;
}
.box13 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    font-size: 14px;
}

.box13 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    cursor: pointer;
}


.box14{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box15 img{
    width: 170%;
    height: 40vh;
    padding-top: 14px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.box15 h1{
    color: maroon;
    padding-top: 80px;
    padding-left: 100px;
}
.box15 p{
    color: rgb(63, 59, 59);
    text-align: justify;
    padding-top: 50px;
    padding-left: 100px;
    font-size: 14px;
}
.box15 button{
    width: 6%;
    height: 5vh;
    border-radius: 28px;
    background-color: brown;
    color: aliceblue;
    outline: none;
    border: none;
    position: absolute;
    margin-top: 60px;
    margin-left: 120px;
    cursor: pointer;
}
.footer{
    width: 100%;
    height: 140vh;
background-image: url(./back.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.footrap{
    width: 100%;
    height: 140vh;
    background-color: rgba(14, 13, 13, 0.863);
}
.box16{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    
}

.box17 h1{
    color: aliceblue;
    padding-top: 100px;
    text-align: center;
    font-size: 50px;
}
.footer #textbox{
    width: 35%;
    height: 7vh;
    border-radius: 25px;
    position: absolute;
    margin-left: -170px;
    margin-top: 100px;
    border: none;
    outline: none;
}
.box17 button{
    width: 12%;
    height: 8vh;
    background-color: orangered;
    outline: none;
    border: none;
    border-radius: 29px;
    color: aliceblue;
    position: absolute;
    margin-top: 140px;
    margin-left: -150px;
    font-size: 14px;
    cursor: pointer;
}
.footer hr{
    margin-top: 120px;
    border-color: gray;
}
.box18{
    width: 70%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.box19 h1{
color: aliceblue;
margin-top: 90px;
margin-left: 100px;
font-size: 20px;
}
.box19 hr{
    width: 12%;
    border-color: brown;
    margin-top: 20px;
}
.box19 p{
    color: aliceblue;
    text-align: justify;
    margin-left: 90px;
    padding-bottom: -570px;
    margin-top: 10px;
    font-size: 15px;
}
.box19 span{
    color: aliceblue;
    position: absolute;
    margin-left: 50px;
    margin-top: 30px;
    font-size: 15px;
}
.box19 i{
    width: 13%;
    height: 4vh;
    padding-left: 10px;
    padding-top: 10px;
     font-size: 24px;
    color: aliceblue;
    background-color: red;
    margin-top: 20px;
    margin-left: 90px;
}
.box19 iframe{
    width: 190%;
    height: 50vh;
    margin-left: 150px;
  margin-top: 90px;
}

.security{
    width: 10%;
    height: 20vh;
    position: absolute;
    margin-left: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 40px;
}

.alart i{
    width: 90%;
    height: 4vh;
    position: absolute;
    padding-left: 13px;
    padding-top: 19px;
    background-color: rgba(243, 247, 252, 0.308);
    font-size: 25px;
    color: blue;
    
}

.creative{
    width: 100%;
    height: 6vh;
    position: absolute;
    margin-top: 90px;
    background-color: rgba(8, 8, 8, 0.89);
    padding-top: 30px;
    padding-left: 80px;
    }
    .creative span{
    font-size: 18px;
    color:crimson;
    }
    .creative h1{
        font-size: 18px;
        color: aliceblue;
    }